home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
wiggi_wa.swf
/
scripts
/
DefineSprite_115
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
134 b
|
8 lines
function onMouseMove()
{
Mouse.hide();
this._x = _parent._xmouse;
this._y = _parent._ymouse;
updateAfterEvent();
}